DoReassignWires(Project,Boolean,AnyPropertyId[]) Method
In This Topic
All wires in all cables from the project are assigned to a matching template of a cable.
Syntax
Parameters
- oProject
- Project on which this procedure will be executed.
- bChangeExistingProperties
- If true existing wire properties can be changed.
- arrListOfExcludedAnyPropertyIds
- List of properties ids. Value of those properties will not be changed. Can be NULL.
Exceptions
Exception | Description |
ArgumentNullException | If oProject is NULL. |
ArgumentException | If parameter is invalid. |
ApplicationException | Internal interface
could not be
created. |
Eplan.EplApi.Base.BaseException | An error occurred when reassigning wires.
Please read the exception message. |
See Also